-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add (loadType/deleteValue/pvc) in Cluster New , and add deleteValue in Tenant New #641
base: master
Are you sure you want to change the base?
Conversation
{ | ||
value: 'KV', | ||
label: 'KV', | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
express_oltp_perf
was omitted.
@@ -173,7 +192,21 @@ export default function Observer({ storageClasses, form }: ObserverProps) { | |||
</Col> | |||
</Row> | |||
<p className={styles.titleText}>storage</p> | |||
|
|||
<p className={styles.subTitleText}>存储卷配置</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use CustomFormItem
? I don't think this form item for pvc protection is special among other items.
export default function Observer({ | ||
storageClasses, | ||
form, | ||
pvcValue, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not put this item into the form
?
</Col> | ||
|
||
<Col span={8}> | ||
<Form.Item name={['deleteVal']} label={<></>}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why leave an empty label here?
…e in Tenant New
Summary
feat(): add loadType 、deleteValue、pvc in Cluster New ,add deleteValue in Tenant New
Solution Description